DioDocs for PDF
WriteRange<T>(T[]) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DataStream クラス > WriteRange メソッド : WriteRange<T>(T[]) メソッド
An array of values to be written to the current stream.
Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written.
シンタックス
'宣言
 
Public Overloads Sub WriteRange(Of T As {New, Struct})( _
   ByVal data() As T _
) 
public void WriteRange<T>( 
   T[] data
)
where T: new(), struct

パラメータ

data
An array of values to be written to the current stream.

型パラメータ

T
例外
例外解説
This stream does not support writing.
解説
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
参照

DataStream クラス
DataStream メンバ
オーバーロード一覧